11. Starter Code Walkthrough Exercise

Now that you have a brief overview of the starter code for FriendlyChat, explore the starter code on your own to find the answers to the following questions:

Question 1

What’s the minimum Android SDK level targeted by the FriendlyChat app?

SOLUTION: 16

Question 2

What’s the default message limit length for the EditText?

SOLUTION: 1000

Questions 3

What class(es) is the image library Glide used in?

SOLUTION:
  • MessageAdapter.java